func net/url.resolvePath

3 uses

	net/url (current package)
		url.go#L992: func resolvePath(base, ref string) string {
		url.go#L1088: 		url.setPath(resolvePath(ref.EscapedPath(), ""))
		url.go#L1107: 	url.setPath(resolvePath(u.EscapedPath(), ref.EscapedPath()))